dnd: Drop GdkScreen from apis
authorMatthias Clasen <mclasen@redhat.com>
Tue, 31 Oct 2017 14:16:18 +0000 (10:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 31 Oct 2017 14:18:10 +0000 (10:18 -0400)
commitf8cad1982989c3318c0549bc7ef293f1f0bff63e
tree4d928cab36b7cfabb292ee6d33d76fce35c5bb31
parentc97e2af23bb37f0ca76af75a52360035cf2355e3
dnd: Drop GdkScreen from apis

Drop the screen argument from gdk_dnd_find_window_for_screen
and rename the function to gdk_dnd_find_window. The screen
argument does not add anything here since the drag context
is already tied to the display. Update all backends, and
update all callers.
docs/reference/gdk/gdk4-sections.txt
gdk/broadway/gdkdnd-broadway.c
gdk/gdkdnd.c
gdk/gdkdnd.h
gdk/gdkdndprivate.h
gdk/quartz/gdkdnd-quartz.c
gdk/wayland/gdkdnd-wayland.c
gdk/win32/gdkdnd-win32.c
gdk/x11/gdkdnd-x11.c
gtk/gtkdnd.c